Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.UI Namespace : DocumentViewerAsyncDone<T> Delegate |
public delegate void DocumentViewerAsyncDone<T>( DocumentViewerAsyncOperation<T> operation )
'Declaration
Public Delegate Sub DocumentViewerAsyncDone(Of T)( _ ByVal operation As DocumentViewerAsyncOperation(Of T) _ )
'Usage
Dim instance As New DocumentViewerAsyncDone(Of T)(AddressOf HandlerMethod)
generic<typename T> public delegate void DocumentViewerAsyncDone( DocumentViewerAsyncOperation<T^>^ operation )